projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0dca7
)
(paths-force): Don't print a message.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Aug 1996 19:28:44 +0000
(19:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 22 Aug 1996 19:28:44 +0000
(19:28 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 920149e2f431c1b73304b20d200e836e24b0dc9b..d2de5a4613930f4fc9aaba77aa1f96b2d206dff0 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-203,7
+203,6
@@
removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
# Generate paths.h from paths.in. This target is invoked by `configure'.
paths-force: FRC
- @echo "Producing \`src/paths.h' from \`src/paths.in'."
@(lisppath=`echo ${lisppath} | ${removenullpaths}` ; \
buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ; \
sed < ${srcdir}/src/paths.in > paths.h.$$$$ \